chore(objectos): bump @objectstack 12.1 → 12.4,运行镜像随之出 12.4#36
Merged
Conversation
…ships 12.4 apps/objectos/package.json @objectstack/* pinned exactly to 12.4.0 (was ^12.1.0). Verified: pnpm list resolves all @objectstack/* to 12.4.0, and a locally built runtime image (ghcr.io/objectstack-ai/objectos:12.4) boots @objectos/server on 12.4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动
apps/objectos/package.json里 10 个@objectstack/*由^12.1.0升到12.4.0(精确钉版,保证运行镜像就是 12.4、不漂到 12.5),并同步更新pnpm-lock.yaml。验证
pnpm list --filter @objectos/server确认全部@objectstack/*解析到 12.4.0。docker build -f docker/Dockerfile -t ghcr.io/objectstack-ai/objectos:12.4 .成功;镜像内实测@objectstack/runtime= 12.4.0,自带objectstackCLI +pg,✓ Server is ready。备注
12.4.0(此前为 caret^12.1.0)。若倾向保持 caret 语义(允许 patch 漂移),可改回^12.4.0—— 取舍是「可复现」vs「跟随最新 12.x」。objectos:12.4推上 ghcr 是单独的发布动作(需 registry 推送权限)。